home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Astronomy / Moon / Source / all.h next >
Text File  |  1993-01-19  |  469b  |  20 lines

  1. /* all.h
  2.  * Part of the Moon application for the NeXT computer.
  3.  * Author:  Geoffrey S. Knauth
  4.  * Date:    January 4, 1992
  5.  *
  6.  * Permission to copy this program is hereby granted under the terms
  7.  * of the Free Software Foundation's GNU General Public License.
  8.  */
  9.  
  10. #import <stdio.h>
  11. #import <stdlib.h>            /* calloc */
  12. #import <math.h>
  13. #import <time.h>            /* struct tm */
  14.  
  15. #import <appkit/graphics.h>        /* NXPoint */
  16.  
  17. #import "proto.h"
  18. #import "mymath.h"
  19. #import "astro.h"
  20.